Get Active Directory Groups for a Role

{ getGroupsByRole }

Returns AD security groups used in a role

Method

/API2/access/getGroupsByRole

  • API Section: /API2/access
  • API Version: 2.0
  • From Release: 2018.5
  • Usage: REST API only via POST actions.
  • Usage by:
    • Enterprise Admin
  • Input Parameters

    Name

    roleId

    Type

    string

    Description

    The system role ID

    Output Response

    Successful Result Code

    200

    Response List Type

    Description of Response Type

    LDAP Group object with details of the groups found in the role.. Note that the response is returned as a list of items of this object type.

    Notes

    Only applies if the Active Directory is used as the authentication provider

    Examples